Render-Presets-docs as of Reaper 7.16 compiled by Meo-Ada Mespotine, 25th of July 2024 licensed under creative-commons cc-by-license The render-presets are stored into reaper-render.ini in the resources-folder of Reaper. Depending on what you chose for storing a preset, when hitting the Presets-button in the Render to File-dialog, the following entries are added into that file. !Note for Reaper 5 users: Reaper 6 changed the format of the reaper-render.ini, so some various-checkboxes moved to various_checkboxes2, the latter wasn't present before. When selecting "Options and format" or "All settings": RENDERPRESET_EXT string presetname integer normalize_mode number normalize_target number brickwall_target number fadein_length number fadeout_length integer fadein_shape integer fadeout_shape When selecting "Bounds and Outputpattern filename" or "All settings": RENDERPRESET_OUTPUT string presetname integer bounds_dropdownlist number start_position number end_position integer source_dropdownlist_and_checkboxes integer unknown string outputfilename_renderpattern integer tail_checkbox string output_directory integer tail_length_ms As mentioned, Presets, who are stored by the menu "All settings" have both of these entries with the same presetname, all others only one of them. They will be shown in the Render-preset-menu accordingly. As soon, as they are in the reaper-render.ini, they will be shown the next time you click the Render-preset-button in the Render to File-dialog. Description of parameters: RENDERPRESET_EXT string presetname - the name of the preset; when there's a space in the name, it will be enclosed with "", otherwise not integer normalize_mode - the normalize method set with the "Normalize"-button in RENDERPRESET_EXT &1, Enable normalizing 0, unchecked(off) 1, checked(on) 0, LUFS-I 2, RMS-I 4, Peak 6, True Peak 8, LUFS-M max 10, LUFS-S max &32, Normalize stems to master target-checkbox 0, unchecked(off) 1, checked(on) &64, Brickwall limiting-checkbox 0, unchecked(off) 1, checked(on) &128, Brickwall Limiting mode 0, Peak 1, True Peak &256, Only normalize files that are too loud 0, disabled 1, enabled &512, Fade-in-checkbox 0, disabled 1, enabled &1024, Fade-out-checkbox 0, disabled 1, enabled number normalize_target - the target as MKVOL-value. Use ultraschall.MKVOL2DB to convert it to dB in RENDERPRESET_EXT number brickwall_target - the target as MKVOL-value. Use ultraschall.MKVOL2DB to convert it to dB in RENDERPRESET_EXT number fadein_length - the length of the fade-in in seconds(use fractions for milliseconds) in RENDERPRESET_EXT number fadeout_length - the length of the fade-out in seconds(use fractions for milliseconds) in RENDERPRESET_EXT integer fadein_shape - the shape of the fade-in-curve in RENDERPRESET_EXT 0, linear fade-in 1, inverted quadratic fade-in 2, quadratic fade-in 3, inverted quartic fade-in 4, quartic fade-in 5, Cosine S-curve fade-in 6, Quartic S-curve fade-in integer fadeout_shape - the shape of the fade-out-curve in RENDERPRESET_EXT 0, linear fade-out 1, inverted quadratic fade-out 2, quadratic fade-out 3, inverted quartic fade-out 4, quartic fade-out 5, Cosine S-curve fade-out 6, Quartic S-curve fade-out